Move tree-widget/ from etc/ to etc/images/
authorGlenn Morris <rgm@gnu.org>
Wed, 22 Aug 2007 04:59:13 +0000 (04:59 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 22 Aug 2007 04:59:13 +0000 (04:59 +0000)
etc/images/tree-widget/default/leaf.xpm [new file with mode: 0644]

diff --git a/etc/images/tree-widget/default/leaf.xpm b/etc/images/tree-widget/default/leaf.xpm
new file mode 100644 (file)
index 0000000..58d90f2
--- /dev/null
@@ -0,0 +1,33 @@
+/* XPM */
+static char * leaf_xpm[] = {
+"16 21 9 1",
+"      c None",
+".     c #424242",
+"+     c #737373",
+"@     c #7B7B7B",
+"#     c #848484",
+"$     c #8C8C8C",
+"%     c #949494",
+"&     c #9C9C9C",
+"*     c #A5A5A5",
+"                ",
+"                ",
+"                ",
+"                ",
+"                ",
+"                ",
+"   .....        ",
+"  .+@@##.       ",
+" .+@@##$$.      ",
+".+@@##$$%%.     ",
+".@@##$$%%&.     ",
+".@##$$%%&*.     ",
+" .#$$%%&*.      ",
+"  .$%%&*.       ",
+"   .....        ",
+"                ",
+"                ",
+"                ",
+"                ",
+"                ",
+"                "};